Arrays
Arrays are homogeneous structures.
An array is something that you can stick a lot of
different things into, but all of them must be the
same type.
An array is a group of things that are together
because they are the same type not necessarily
the same value.